projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a086b3
)
Fix logic for type detection in babl_fish_process
author
Øyvind Kolås
<pippin@gimp.org>
Tue, 24 Nov 2009 01:18:57 +0000
(
01:18
+0000)
committer
Øyvind Kolås
<pippin@gimp.org>
Tue, 24 Nov 2009 01:18:57 +0000
(
01:18
+0000)
babl/babl-fish-path.c
patch
|
blob
|
history
diff --git
a/babl/babl-fish-path.c
b/babl/babl-fish-path.c
index 08667cf9128aa486fff644f970b942f4150ff6bb..d0932f37c1450b3a6a56ba068418c8a6cdc07d19 100644
(file)
--- a/
babl/babl-fish-path.c
+++ b/
babl/babl-fish-path.c
@@
-377,7
+377,7
@@
babl_process (Babl *babl,
babl_assert (n > 0);
/* first check if it is a fish since that is out fast path */
- if (babl->class_type >= BABL_FISH
||
+ if (babl->class_type >= BABL_FISH
&&
babl->class_type <= BABL_FISH_PATH)
{
babl->fish.processings++;